MPIOfflineSearchResultLocation
data class MPIOfflineSearchResultLocation( val score: Float, val type: String, val matches: List<MPIOfflineSearchMatch>, val location: MPINavigatable.MPILocation) : MPIOfflineSearchResultCommon
Constructors
Link copied to clipboard
constructor(score: Float, type: String, matches: List<MPIOfflineSearchMatch>, location: MPINavigatable.MPILocation)